CommandPath Property (MenuBase<T>)
In This Topic
Syntax
'Declaration
Public Property CommandPath As System.String
'Usage
Dim instance As MenuBase(Of T)
Dim value As System.String
instance.CommandPath = value
value = instance.CommandPath
public System.string CommandPath {get; set;}
public read-write property CommandPath: System.String;
public function get,set CommandPath : System.String
public: __property System.string* get_CommandPath();
public: __property void set_CommandPath(
System.string* value
);
public:
property System.String^ CommandPath {
System.String^ get();
void set ( System.String^ value);
}
See Also